-
Notifications
You must be signed in to change notification settings - Fork 131
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lint Markdown files, fix headings style #99
Conversation
✅ Deploy Preview for nimble-elf-d9d491 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Maybe it's worth integrating a markdown lint action/tool - I didn't originally suggest one because to be frank they all suck. There isn't really any good linters out there that:
|
I personally use markdownlint by David Anson, which has a VS Code extension It works pretty well and supports custom rules; there probably are some for Its rules are pretty strict, I'd recommend disabling MD025 and MD026 |
There even is a GitHub Action, although I have to admit I'm not super |
Please review #101 |
- Remove trailing whitespace - Single newline at the end of each file - Remove unnecessary quotes in frontmatters - Use relative link for [CONTRIBUTING.md] - Update [sidebar_translations.json] - Increment headings one level at a time - Remove punctuation from headings, except exclamation marks - Use Title Case through <https://www.titlecase.com/> - Questions are exempted - Capitalize various instances of "Java", "Loader", "Loom" - Add custom heading link in [codecs.md] - Avoid using emphasis for headings in [effects.md] - Side Effect: the auto-generated TOC now shows those two headings - Change info box in [potions.md] (may fix #89) - Add alt text to image in [hud.md] - Avoid using invisible spaces for a line break in [creating-particles.md] - Capitalize alt texts in [custom.md] [CONTRIBUTING.md]: </CONTRIBUTING.md> [sidebar_translations.json]: </sidebar_translations.json> [codecs.md]: </develop/codecs.md#mapcodec> [effects.md]: </develop/entities/effects.md> [potions.md]: </develop/items/potions.md> [hud.md]: </develop/rendering/hud.md> [creating-particles.md]: </develop/rendering/particles/creating-particles.md> [custom.md]: </develop/sounds/custom.md>
Linting
Headings
Other
develop/items/potions.md
#89)